home *** CD-ROM | disk | FTP | other *** search
- Path: reg.triumf.ca!bennett
- From: bennett@reg.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: #include --> Question
- Date: 27 Feb 1996 15:10 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <27FEB199615100860@reg.triumf.ca>
- References: <4gvp2c$sdr$1@mhafc.production.compuserve.com>
- NNTP-Posting-Host: reg.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4gvp2c$sdr$1@mhafc.production.compuserve.com>, <Matt> mmartone@mysite.com <76002.702@CompuServe.COM> writes...
- > How do i include a file with the #include statement? the
- >file is "c:\snappy\1.gif".
- >
-
-
- #include is used to include text files, such as stdio.h, stdlib.h, etc. in
- your source code. It cannot be used to include a binary file such as a .gif.
-
- You should probably ask this question in a newsgroup more directly dedicated to
- your particular computer/operating system, and state what exactly you want to
- do with this included file.
-
- If you are using MS-DOS, comp.os.msdos.programmer might be appropriate.
-
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
-
-